home *** CD-ROM | disk | FTP | other *** search
/ Exploring Where & Why / Exploring Where & Why.iso / pc / MODULES / LESSON08 / ACT08B / common8.cst / 00042_pointer cursor.ls < prev    next >
Encoding:
Text File  |  2004-07-11  |  178 b   |  7 lines

  1. on mouseEnter me
  2.   set cursor = the number of member "pointer"
  3.   set mask = the number of member "pointer mask"
  4.   set the cursor of sprite the spriteNum of me=[cursor,mask]
  5. end
  6.  
  7.